Messages
10/16/2022
16 : 4
Android Weekly #540 🤖
View in web browser 540 October 16th, 2022 Articles & Tutorials Introducing KMMBridge For Teams Touchlab announces KMMBridge, part of Touchlab's new Faktory tooling suite. This set of build
10/9/2022
16 : 4
Android Weekly #539 🤖
View in web browser 539 October 9th, 2022 Articles & Tutorials Application-as-a-Function Thinking Dorian Cussen provides some food for thought and introduces readers the notion of application
10/2/2022
16 : 4
Android Weekly #538 🤖
View in web browser 538 October 2nd, 2022 Articles & Tutorials Custom shaped backgrounds for text Nikita Afonasov shows how to create a custom shape background for text in your Android apps, with
9/25/2022
16 : 4
Android Weekly #537 🤖
View in web browser 537 September 25th, 2022 Articles & Tutorials Triggering Alarms Tutorial for Android Denis Buketa teaches how to set up alarms in your Android apps using the AlarmManager API,
9/18/2022
16 : 24
Android Weekly #536 🤖
View in web browser 536 September 18th, 2022 Articles & Tutorials Introduction to Interfaces in Kotlin Dave Leed's introductory dive into interfaces, which allow objects to have more than one
9/11/2022
16 : 4
Android Weekly #535 🤖
View in web browser 535 September 11th, 2022 Articles & Tutorials How to automate your UI testing using Maestro This tutorial by Alex Styl will teach you how to setup Maestro on your machine, in
9/4/2022
16 : 4
Android Weekly #534 🤖
View in web browser 534 September 4th, 2022 Articles & Tutorials Exploring Data Store — A New Way of Storing Data in Android If you're currently using SharedPreferences to store data, Hardik
8/28/2022
16 : 4
Android Weekly #533 🤖
View in web browser 533 August 28th, 2022 Articles & Tutorials KSP for Code-Generation Jintin writes a step-by-step guide on how to create a simple KSP plugin for generating Kotlin code. Sponsored
8/22/2022
3 : 9
Android Weekly #532 🤖
View in web browser 532 August 21st, 2022 Articles & Tutorials Domain-Specific Models Dan Lew shares a tip: if you're ever in a situation where a data model seems to be doing too much at once,
8/14/2022
16 : 4
Android Weekly #531 🤖
View in web browser 531 August 14th, 2022 Articles & Tutorials Building Plugable Features on Android Modularization becomes an important tool to help ensure developers can continue to be productive
8/7/2022
16 : 4
Android Weekly #530 🤖
View in web browser 530 August 7th, 2022 Articles & Tutorials Composing margins and paddings Thomas Künneth compares and contrasts margins & padding between Views and Compose. Sponsored Build
7/31/2022
16 : 4
Android Weekly #529 🤖
View in web browser 529 July 31st, 2022 Articles & Tutorials Snapshot Testing in Kotlin and Android Balazs Toth examines how snapshot testing solves regression testing by automatically comparing
7/24/2022
16 : 4
Android Weekly #528 🤖
View in web browser 528 July 24th, 2022 Articles & Tutorials Get familiar with Wear OS 3 without a physical device Ataul Munim takes a brief look at unique UI surfaces on Wear OS, create the
7/17/2022
16 : 4
Android Weekly #527 🤖
View in web browser 527 July 17th, 2022 Articles & Tutorials Drawing custom text spans in Compose UI Saket Narayan shares how he implemented animated squiggly underlines in text. Sponsored 10 Tips
7/10/2022
16 : 4
Android Weekly #526 🤖
View in web browser 526 July 10th, 2022 Articles & Tutorials De-mock your tests: practical recipes Jarosław Michalik considers what various scenarios would look like if mocks were replaced with
7/3/2022
16 : 4
Android Weekly #525 🤖
View in web browser 525 July 3rd, 2022 Articles & Tutorials Writing Paparazzi tests for your Kotlin Multiplatform projects Harsh Shandilya shares a workaround for getting Paparazzi UI tests to work
6/26/2022
16 : 4
Android Weekly #524 🤖
View in web browser 524 June 26th, 2022 Articles & Tutorials Compose sample app: UI state with Flow, offline first James Shvarts goes over the details of a simple app built in Compose and Kotlin
6/19/2022
16 : 4
Android Weekly #523 🤖
View in web browser 523 June 19th, 2022 Articles & Tutorials Receivers and Extensions Dave Leeds explains Kotlin receivers and extensions. Sponsored Free Activity Feeds & Chat APIs for
6/12/2022
16 : 4
Android Weekly #522 🤖
View in web browser 522 June 12th, 2022 Articles & Tutorials Shipping to Production How you ship your code to production in a way that is fast and reliable is what differentiates a powerful team.
6/5/2022
16 : 4
Android Weekly #521 🤖
View in web browser 521 June 5th, 2022 Articles & Tutorials Create realistic widgets with Jetpack Glance Kasem SM shares his learnings and experience pairing a Glance Widget with Work Manager API